Skip to content

Commit

Permalink
ci: from/as casing
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored Aug 29, 2024
1 parent 4813aa3 commit 7c3e7b5
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
@@ -1,9 +1,9 @@
FROM node:lts-alpine as build
FROM node:lts-alpine AS build

COPY package*.json ./
RUN npm install

FROM node:lts-alpine as production
FROM node:lts-alpine AS production

WORKDIR /app

Expand All @@ -14,4 +14,4 @@ ENV HOSTNAME=0.0.0.0
ENV PORT=3001

EXPOSE 3001
ENTRYPOINT npm start
ENTRYPOINT npm start

0 comments on commit 7c3e7b5

Please sign in to comment.