Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit bc42d8ee authored by 65160206's avatar 65160206
Browse files

fix image backend

parent e09759bf
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ COPY package*.json ./
RUN npm install
COPY . .
COPY public ./public
RUN npm run build
FROM node:18
......@@ -13,6 +14,8 @@ WORKDIR /app
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package*.json ./
COPY --from=builder /app/public ./public
EXPOSE 4000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment