sk-docker / Dockerfile
ronvolutional's picture
chore: Remove redundant
8375b0d
from node:18-alpine
WORKDIR /app
COPY . .
RUN npm install
COPY . .
RUN npm run build
EXPOSE 3000
CMD ["node", "build"]