Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MTthoas committed Mar 4, 2024
1 parent 9f524c1 commit dad2584
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
.env
coverage
dist
.npmrc
dist
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
//npm.pkg.github.com/:_authToken=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
@nosleepfullbuild:registry=https://npm.pkg.github.com
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:14

WORKDIR /usr/src/app
COPY . .
RUN npm install
COPY . .
RUN npm run build

EXPOSE 3004
Expand Down

0 comments on commit dad2584

Please sign in to comment.