Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Jul 18, 2024
1 parent 58318af commit 3b1b38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions console/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# build-env
FROM golang:1.22-bookworm as api-builder
FROM golang:1.22-bookworm AS api-builder
WORKDIR /go/src/pg-console

COPY console/service/ .

RUN make build_in_docker

FROM node:20-bookworm as ui-builder
FROM node:20-bookworm AS ui-builder
WORKDIR /usr/src/pg-console

COPY console/ui/ .
Expand Down

0 comments on commit 3b1b38f

Please sign in to comment.