mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: fix docker #3293
This commit is contained in:
parent
8a99d2465d
commit
adf7e3cfdc
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ FROM nginx:1-alpine
|
|||
ENV PORT=80
|
||||
|
||||
# copy artifact build from the 'build environment'
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
COPY --from=build /app/dist/browser /usr/share/nginx/html
|
||||
|
||||
# expose port: defaults to 80
|
||||
EXPOSE $PORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue