mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-10 00:43:02 +01:00
Fix copy build typo
This commit is contained in:
parent
c0886b73e5
commit
c7c9116ee5
@ -10,6 +10,6 @@ ENV NODE_ENV production
|
||||
USER node
|
||||
COPY --chown=node:node package*.json ./
|
||||
RUN npm ci --production
|
||||
COPY --from=builder --chown=node:node /app/dist ./dist
|
||||
COPY --from=build --chown=node:node /app/dist ./dist
|
||||
EXPOSE 3000
|
||||
CMD ["node", "./dist/index.js"]
|
||||
|
Loading…
Reference in New Issue
Block a user