Skip to content

Commit

Permalink
npm install inside Docker is breaking, possibly due to wifi, so just …
Browse files Browse the repository at this point in the history
…skip that for now
  • Loading branch information
dabreegster committed Jul 19, 2023
1 parent e32694c commit 9e2b4e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
**/target/*
**/pkg/*
**/node_modules/*
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,5 @@ FROM node:18
WORKDIR /app
COPY . .

RUN npm ci
RUN npm run wasm-release
RUN npm run generate-schema-ts
RUN npm run setup-govuk
RUN npm run build

EXPOSE 8080
CMD ["npm", "run", "serve"]
2 changes: 2 additions & 0 deletions notes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docker build -t atip-express-test .
docker run -p 8080:8080 atip-express-test

0 comments on commit 9e2b4e3

Please sign in to comment.