Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
add hugo server port (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat authored Nov 15, 2023
1 parent 613ee79 commit e135352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ RUN set -ex \
WORKDIR /workspaces
CMD ["/usr/bin/zsh"]
# Hugo Development Web Server Port for pulumi/pulumi-hugo
EXPOSE 1313
# GHCR Labels
LABEL org.opencontainers.image.licenses="APACHE2"
LABEL org.opencontainers.image.source="https://github.com/pulumi/devcontainer"
Expand Down
1 change: 1 addition & 0 deletions team-docs/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@
},
"postCreateCommand": "git submodule update --init --recursive",
"remoteUser": "vscode",
"forwardPorts": [1313],
"runArgs": ["--network=host"]
}

0 comments on commit e135352

Please sign in to comment.