Include shared server modules in runtime images
This commit is contained in:
@@ -33,6 +33,7 @@ WORKDIR /app
|
||||
COPY --from=web-build /src/dist /app/dist
|
||||
COPY package.json /app/package.json
|
||||
COPY src/server /app/src/server
|
||||
COPY src/shared /app/src/shared
|
||||
COPY entrypoint.client.sh /entrypoint.client.sh
|
||||
|
||||
RUN chmod +x /entrypoint.client.sh \
|
||||
|
||||
Reference in New Issue
Block a user