🎉 Reinital Commit
This commit is contained in:
@ -5,7 +5,7 @@ RUN apk add nodejs npm
|
||||
|
||||
WORKDIR /source
|
||||
COPY . .
|
||||
WORKDIR /source/pkg/view
|
||||
WORKDIR /source/pkg/views
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
WORKDIR /source
|
||||
@ -18,4 +18,4 @@ COPY --from=interactive-server /dist /interactive/server
|
||||
|
||||
EXPOSE 8445
|
||||
|
||||
CMD ["/interactive/server"]
|
||||
CMD ["/interactive/server"]
|
||||
|
Reference in New Issue
Block a user