Skip to content

Commit a7145ef

Browse files
authored
Update Dockerfile
1 parent 1241bde commit a7145ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ RUN apk add --upgrade python3 build-base \
77
COPY . .
88
RUN npm run build
99

10-
FROM wurstbrot/dsomm-yaml-generation as yaml
10+
COPY assets/YAML/generated/generated.yaml /srv/assets/YAML/generated/generated.yaml
1111

1212
FROM caddy
1313
ENV PORT 8080
1414

1515
COPY Caddyfile /etc/caddy/Caddyfile
1616
COPY --from=build ["/usr/src/app/dist/dsomm/", "/srv"]
17-
COPY --from=yaml ["/var/www/html/src/assets/YAML/generated/generated.yaml", "/srv/assets/YAML/generated/generated.yaml"]
17+
COPY --from=yaml ["/var/www/html/src/assets/YAML/generated/generated.yaml", "/srv/assets/YAML/generated/generated.yaml"]

0 commit comments

Comments
 (0)