Skip to content

Commit

Permalink
Merge pull request #40 from Quest-Finder/insert-workflows
Browse files Browse the repository at this point in the history
build: go dockerfile
  • Loading branch information
NaBuchholz committed Dec 1, 2023
2 parents 2ca75ed + d86dd22 commit 1b0f8e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ COPY package.json package-lock.json ./

RUN npm install

RUN npm build

COPY . .

EXPOSE 3000
Expand Down

0 comments on commit 1b0f8e2

Please sign in to comment.