Skip to content

Commit

Permalink
updated Dockerfile for ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpbm committed Oct 21, 2023
1 parent 4e09a0c commit 0983cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# syntax=docker/dockerfile:1
FROM node:18-alpine
LABEL org.opencontainers.image.source=https://github.com/Dpbm/shopee-entrega-padrao
WORKDIR /src
COPY package.json pnpm-lock.yaml /src/
RUN npm install -g pnpm && pnpm install --production
Expand Down

0 comments on commit 0983cbb

Please sign in to comment.