Skip to content

Commit

Permalink
chore(Dockerfile): case in image definition
Browse files Browse the repository at this point in the history
  • Loading branch information
agtogna authored Jul 5, 2024
1 parent 13c6cd8 commit 05a8359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.5 as builder
FROM golang:1.22.5 AS builder

WORKDIR /app
COPY ./ /app
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-slim as builder
FROM node:lts-slim AS builder
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY package.json ./
Expand Down

0 comments on commit 05a8359

Please sign in to comment.