set status correctly

This commit is contained in:
2023-12-26 23:14:00 +01:00
parent 15b2fe7e29
commit d409d08572
2 changed files with 14 additions and 13 deletions

View File

@ -24,11 +24,6 @@ RUN pacman -Syyu --noconfirm
RUN pacman -S --noconfirm base-devel git
RUN pacman -Sc
# Set any additional configurations or dependencies if required
# Example: Expose a port if your application listens on a specific port
# EXPOSE 8080
# Set the entry point or default command to run your application
WORKDIR /app
CMD ["untitled"]