Skip to content

Commit

Permalink
fixed casing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewplummer committed Sep 12, 2024
1 parent dc3320c commit 84d9439
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base stage
FROM node:20.12.2-alpine as base
FROM node:20.12.2-alpine AS base

# Yarn will not install any package listed in devDependencies if the NODE_ENV
# environment variable is set to production. Use this flag to instruct Yarn to
Expand All @@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/root/.yarn YARN_CACHE_FOLDER=/root/.yarn yarn ins
COPY . .

# build stage
FROM base as build
FROM base AS build


# Build and store webpack cache
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 84d9439

Please sign in to comment.