diff --git a/Dockerfile b/Dockerfile index 778ccd9..2b14ad6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,4 +25,7 @@ ENV PATH="${PATH}:/nix/var/nix/profiles/default/bin" CMD [ "/bin/systemd" ] # Install Devbox using Nix -RUN nix profile install nixpkgs#devbox \ No newline at end of file +RUN nix profile install nixpkgs#devbox + +# Expose port 8080 to handle requests to web server +EXPOSE 8080 \ No newline at end of file