Skip to content

Commit

Permalink
refactor(docker): AS casing match FROM (#2621)
Browse files Browse the repository at this point in the history
  • Loading branch information
PixnBits authored Nov 26, 2024
1 parent 702ecd7 commit c6a8f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18 as compiler
FROM node:18 AS compiler

WORKDIR /usr/src/prism

Expand All @@ -8,7 +8,7 @@ COPY packages/ /usr/src/prism/packages/
RUN yarn && yarn build

###############################################################
FROM node:18 as dependencies
FROM node:18 AS dependencies

WORKDIR /usr/src/prism/

Expand Down

0 comments on commit c6a8f8a

Please sign in to comment.