🚏 Updated WORKDIR in Dockerfile

This commit is contained in:
2021-09-01 12:16:59 -07:00
parent 738fa98af5
commit 5a753c96a4

View File

@@ -1,7 +1,7 @@
FROM node:12-alpine
# Working directory
WORKDIR /app
WORKDIR /comicvine-service
# Install dependencies
COPY package.json package-lock.json ./
RUN npm ci --silent