fix comments in docker file

This commit is contained in:
Simon Larsen
2023-05-09 17:20:13 +01:00
parent adbbd6fe48
commit 4e02846e21

View File

@@ -1,5 +1,5 @@
#
# OneUptime-probe-api Dockerfile
# OneUptime-test-server-api Dockerfile
#
# Pull base image nodejs image.
@@ -59,7 +59,7 @@ COPY ./TestServer/package*.json /usr/src/app/
RUN npm install
# Expose ports.
# - 3800: OneUptime-probe-api
# - 3800: OneUptime-test-server-api
EXPOSE 3800
{{ if eq .Env.ENVIRONMENT "development" }}