Skip to content
Snippets Groups Projects
Unverified Commit 933a5f5e authored by Kovah's avatar Kovah
Browse files

Adjust Dockerfile to build successfully

parent cd280802
No related branches found
No related tags found
No related merge requests found
# base node image # base node image
FROM node:16-bullseye-slim as base FROM node:16-bullseye as base
RUN apt-get update && apt-get install -y openssl RUN apt-get update && apt-get install -y openssl
...@@ -7,9 +7,6 @@ RUN mkdir /app ...@@ -7,9 +7,6 @@ RUN mkdir /app
WORKDIR /app WORKDIR /app
ENV NODE_ENV=production ENV NODE_ENV=production
ADD . . ADD . .
RUN yarn install --production RUN yarn install --production
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment