AnthoneoJ commited on
Commit
b1f36d8
·
1 Parent(s): cac59f2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,8 +1,8 @@
1
  # ==== CONFIGURE =====
2
  # Use a Node 16 base image
3
  FROM node:16
4
- # Set the working directory to /app inside the container
5
- WORKDIR /app
6
  # Copy app files
7
  COPY . .
8
  # ==== BUILD =====
 
1
  # ==== CONFIGURE =====
2
  # Use a Node 16 base image
3
  FROM node:16
4
+ # Set the working directory to /code inside the container
5
+ WORKDIR /code
6
  # Copy app files
7
  COPY . .
8
  # ==== BUILD =====