Skip to content

Commit

Permalink
chore: updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey committed Jan 8, 2022
1 parent 29b0101 commit 6baf32e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM node:17-bullseye-slim as base

# install open ssl for prisma
# RUN apt-get update && apt-get install -y openssl

ENV NODE_ENV=production
ENV PORT=8080

Expand All @@ -12,8 +9,6 @@ FROM base as deps
RUN mkdir /app/
WORKDIR /app/

# ADD prisma .
ADD patches .
ADD package.json package-lock.json ./
RUN npm install --production=false

Expand Down

0 comments on commit 6baf32e

Please sign in to comment.