We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5618b2b commit a49ea4fCopy full SHA for a49ea4f
1 file changed
dockerfile
@@ -2,7 +2,6 @@ FROM node:10.14.2-alpine
2
3
# Set environment variables
4
ENV XBROWSERSYNC_API_VERSION 1.1.6
5
-ENV XBROWSERSYNC_API_PORT 8080
6
7
WORKDIR /usr/src/api
8
@@ -17,5 +16,5 @@ RUN wget -q -O release.tar.gz https://github.com/xBrowserSync/api/archive/v$XBRO
17
16
RUN npm install --only=production
18
19
# Expose port and start api
20
-EXPOSE $XBROWSERSYNC_API_PORT
+EXPOSE 8080
21
CMD [ "node", "dist/api.js"]
0 commit comments