Skip to content

Commit

Permalink
why does that break the build???
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 committed Apr 18, 2024
1 parent c8ce13c commit 4567951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build step to leave behind any building artifacts / etc
FROM node:21-alpine AS build
FROM node:21-alpine AS builder
USER node
WORKDIR /app

Expand All @@ -25,4 +25,4 @@ ENV APIURL=${APIURL}
ENV APIKEY=${APIKEY}

# Running the app
CMD [ "yarn", "start" ]
CMD [ "yarn", "start" ]

0 comments on commit 4567951

Please sign in to comment.