mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2026-08-05 16:12:41 +02:00
Add ENV variable PREFIX_PATH to backend and web project
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y yarn
|
||||
|
||||
ENV PREFIX_PATH = "APP"
|
||||
ENV PREFIX_PATH "/app"
|
||||
|
||||
# build frontend
|
||||
COPY web /src/web
|
||||
|
||||
Reference in New Issue
Block a user