Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-101 authored Apr 20, 2024
1 parent 657f340 commit 1990fa5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Using Alpine-based Pterodactyl Panel image
FROM ghcr.io/pterodactyl/panel:v1.11.5

ENV BUILD_ARCH=amd64
ARG BUILD_ARCH

RUN echo $BUILD_ARCH

# Set the Working Directory
WORKDIR /app
Expand Down

0 comments on commit 1990fa5

Please sign in to comment.