You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM node:8-alpine AS build
RUN apk add --no-cache git
# Note: context starts in the directory above (see docker-compose file)COPY .git /var/www/.git
COPY server /var/www/server
We already have a webpack-building-stage-git-info and it should be enough. @rozetko what do you think
The text was updated successfully, but these errors were encountered:
We already have a webpack-building-stage-git-info and it should be enough.
@rozetko what do you think
The text was updated successfully, but these errors were encountered: