Skip to content

Commit

Permalink
fix docker keyword AS.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Jan 11, 2025
1 parent ef4385d commit fd03fb6
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,7 +1,7 @@
#
# STAGE 1: build static web files
#
FROM node:20-bookworm-slim as frontend
FROM node:20-bookworm-slim AS frontend
WORKDIR /src

#
Expand All @@ -17,7 +17,7 @@ RUN npm run build
#
# STAGE 2: build executable binary
#
FROM golang:1.21-bullseye as builder
FROM golang:1.21-bullseye AS builder
WORKDIR /app

COPY . .
Expand Down

0 comments on commit fd03fb6

Please sign in to comment.