Docker behaviour changed, fixed
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
|
||||
FROM node:18-bullseye-slim
|
||||
WORKDIR "/app"
|
||||
COPY package*.json ./
|
||||
COPY package*.json /app
|
||||
RUN npm install --production
|
||||
COPY . /app
|
||||
EXPOSE 3200
|
||||
|
||||
Reference in New Issue
Block a user