Skip to content

Commit

Permalink
Merge pull request #8 from DeveloperAnonymous/main
Browse files Browse the repository at this point in the history
Fixed bugs
  • Loading branch information
Peter authored Aug 10, 2022
2 parents f2b813c + fbc66ef commit ad33b1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM node:16-alpine AS deps

RUN apk add --no-cache libc6-compat
WORKDIR /app
COPY package.json package-lock.json ./
RUN npm ci
COPY package*.json ./
RUN npm i

# Rebuild source code only when needed
FROM node:16 AS builder
Expand Down Expand Up @@ -35,4 +35,4 @@ EXPOSE 3000
ENV PORT 3000


CMD [ "node", "server.js" ]
CMD [ "node", "server.js" ]

1 comment on commit ad33b1a

@vercel
Copy link

@vercel vercel bot commented on ad33b1a Aug 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

discord-package – ./

discord-package-xi.vercel.app

Please sign in to comment.